﻿@charset "utf-8";
* {outline: 0;-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box}
html {-webkit-text-size-adjust: 100%;}
body {padding: 0;margin: 0 auto;font-size: 16px; color: #000;background-color: #fff;font-family: "Arial","Regular";min-width: 320px!important; overflow-x: hidden;
    -webkit-text-size-adjust: none;
    /*取出点击出现半透明的灰色背景*/
    -webkit-tap-highlight: rgba(0,0,0,0);
    /*控制内容的可选择性*/
    -webkit-user-select: none;
    -ms-user-select: none;
    -moz-user-select: none;
    -khtml-user-select: none;
    user-select: none;
}
input[type="button"],
input[type="submit"],
input[type="reset"] {-webkit-appearance: none;}
input::placeholder,
input::-moz-placeholder,
input::-ms-input-placeholder,
input::-webkit-input-placeholder{color: #999!important;}
ul,
li,
form,
dl,
dt,
dd,
div,
ol,
figure,
aside{padding: 0;margin: 0;list-style: none;}
.ul,
.ul li {list-style: none;}
table {border-collapse: collapse;border-spacing: 0;table-layout: fixed;}
table td {border-collapse: collapse;font-size: 1px;}
select, input, textarea {font-size: 14px;color: #333;border-radius: 0;-webkit-border-radius: 0;font-family: "Microsoft YaHei";}
img{border: none;max-width: 100%;vertical-align: middle;}
a {color: #333;text-decoration: none; -webkit-tap-highlight-color:rgba(0,0,0,0);/* 去掉链接触摸高亮 */}
a:hover {color: #1a25ab;text-decoration: none;}
a:focus {color: #333;outline: none;-moz-outline: none;}
a:active {color: #333;}
h1{margin: 0; font-weight: normal;}
p {margin: 0;}
pre{
    white-space:pre-wrap;
    white-space:-moz-pre-wrap;
    white-space:-o-pre-wrap;
    word-wrap:break-word;
    margin:0;
    font-family: "Microsoft YaHei";
    text-align:justify;
    text-justify:inter-ideograph;
}
img, object {
    border: none;
    max-width: 100%;
    border: 0;
    overflow: hidden;
    vertical-align: middle;
}

.clear {clear: both;height: 0px;overflow: hidden;zoom: 0;}
.clearfix {*zoom:1;}/*IE/7/6*/
.clearfix:after { content:"\200B"; display:block; height:0; clear:both; }

.dot{display: block;white-space: nowrap; text-overflow: ellipsis;overflow: hidden;}
/*2行文本省略号*/
.dot2 {display: -webkit-box;display: box;overflow: hidden;text-overflow: ellipsis;word-break: break-all;-webkit-box-orient: vertical;-webkit-line-clamp: 2;}
/*3行文本省略号*/
.dot3 {display: -webkit-box;display: box;overflow: hidden;text-overflow: ellipsis;word-break: break-all;-webkit-box-orient: vertical;-webkit-line-clamp: 3;}

.ytable{ display:table; width:100%;table-layout: fixed;}
.ytable-cell{ display:table-cell; vertical-align:middle;}

.bg_cover{background-size: cover;background-position: center center;background-repeat: no-repeat;}
.bg_contain{background-size: contain;background-position: center center;background-repeat: no-repeat;}
a {
    color: #585858;
    text-decoration: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/* 去掉链接触摸高亮 */
a:focus {
    outline: none;
    -moz-outline: none;
}

.hide {
    display: none!important;
}

.auto-1400{max-width: 1400px; margin: auto; width: 1200px;}
.auto-1660{max-width: 1660px; margin-left: auto; width: 92%}
.auto-1240{max-width: 1240px; margin: auto; width: 92%}
.auto-1200{max-width: 1200px; margin: auto; width: 92%}
.auto-1680{max-width: 1680px; margin: auto; width: 92%}

@font-face {
    font-family: 'Regular';
    src: url(../fonts/SourceHanSansCN-Regular.otf) format("opentype");
}

@font-face {
    font-family: 'Medium';
    src: url(../fonts/SourceHanSansCN-Medium.otf) format("opentype");
    font-weight: bold;
}

@font-face {
    font-family: 'Light';
    src: url(../fonts/SourceHanSansCN-Light.otf) format("opentype");
    font-weight: lighter;
}

/*@font-face {
    font-family: 'HYHan';
    src: url(../fonts/HYHanShiTiJ.ttf) format("truetype");
}*/

@font-face {
    font-family: 'Oswald';
    src: url(../fonts/oswald-regular.woff) format('woff');
}

@font-face {
    font-family: 'EXLight';
    src: url(../fonts/SourceHanSansCN-ExtraLight.otf) format('woff');
}

@font-face {
    font-family: 'PLight';
    src: url(../fonts/poppins-light.ttf) format("truetype");
    font-weight: lighter;
}

@font-face {
    font-family: 'PMedium';
    src: url(../fonts/poppins-medium.ttf) format("truetype");
    font-weight: bold;
}

@font-face {
    font-family: 'PRegular';
    src: url(../fonts/poppins-regular.ttf) format("truetype");
}

@font-face {
    font-family: 'HRegular';
    src: url(../fonts/harmonyos_sans_sc_regular.ttf) format("truetype");
}

